* {
    font-family: Microsoft YaHei;
}

#sidebar-fixed {
    position: fixed;
    z-index: 999;
    right: 2%;
    bottom: 5%;
    padding: 10px;
}


/*acdsee_free*/
#acdsee_free_header {
    background: rgba(255,255,255,0.8);
    box-shadow: -1px 0 3px 1px #cecece;
}

.top-bar {
    box-shadow: -1px 0 3px 1px #cecece;
}

#acdsee_free_header .sub_nav_free {
    max-width: 1320px;
    margin: 0 auto;
}

#acdsee_free_header .selected {
    color: #2f7bcb;
}

#acdsee_free_header .down a {
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: #07a4d9;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 17px;
    margin-left: 10px;
}

#acdsee_free_header .down a:hover {
    background: #07a4d9;
    opacity: 0.9;
}

.acdsee_banner_free .sub_banner {
    max-width: 1340px;
    padding-left: 10px;
    padding-right: 10px;
}

.sub_nav_free .row {
    max-width: 1330px;
}

.acdsee_banner_free dt {
    color: #f99827;
    font-size: 24px;
    /*font-weight: lighter;*/
    margin-bottom: 10px;
    margin-left: 10px;
}

.acdsee_banner_free dd {
    max-width: 410px;
    margin-left: 10px;
    line-height: 26px;
    font-size: 14px;
}

.acdsee_banner_free dd span.advantage_title {
    margin-top: 15px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-family: Microsoft YaHei;
    font-weight: normal;
}

.acdsee_banner_free dd span.advantage {
    margin-top: 15px;
    color: #505050;
    font-size: 14px;
    line-height: 24px;
    font-family: Microsoft YaHei;
    font-weight: lighter;
}

.acdsee_banner_free .p_down a {
    display: block;
    width: 205px;
    height: 55px;
    background: #07a4d9;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
}

.acdsee_banner_free .p_even {
    margin-top: 10px;
    font-size: 16px;
    color: #505050;
    font-family: Microsoft YaHei;
    margin-left: 10px;
}

.acdsee_banner_free .p_down a:hover {
    background: #07a4d9;
    opacity: 0.9;
}

@media screen and (min-width: 1150px) {
    .acdsee_banner_free dt {
        margin-top: 10px;
    }

    .acdsee_banner_free .sub_banner .large-7 {
        max-width: 445px;
        padding-right: 0;
    }

    .acdsee_banner_free .sub_banner .large-7 .row {
        padding-left: 15px;
    }

    .acdsee_banner_free .sub_banner {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1149px){
    .acdsee_banner_free .sub_banner {
        padding-top: 60px;
    }

    .acdsee_banner_free .sub_banner .large-7 {
        max-width: 420px;
    }

    .acdsee_banner_free .p_down a {
        display: block;
        width: 180px;
        height: 45px;
        background: #07a4d9;
        line-height: 45px;
        font-size: 18px;
    }
}

@media screen and (min-width: 415px) {
    .top-bar-free .free-right {
        float: right;
    }

    .sub_nav_free .ul_nav li {
        float: left;
        padding: 0px 30px 15px 0px;
    }
}

@media screen and (min-width: 1025px) {
    .acdsee_banner_free {
        background: url('/images/banner.png') no-repeat top center;
        height: 427px;
        background-size: cover;
    }

    .acdsee_banner_free .sub_banner {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .acdsee_banner_free {
        background: url('/images/Free-PD-Banner.png') no-repeat top center;
        height: 427px;
    }

    .acdsee_banner_free .sub_banner {
        padding-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .acdsee_banner_free .sub_banner {
        padding-top: 30px;
    }

    .acdsee_banner_free .sub_banner .large-5 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .acdsee_banner_free .sub_banner .large-7{
        max-width: 100%;
    }
    .acdsee_banner_free .sub_banner .large-5 {
        display: none;
    }

    .top-bar-free .free-right {
        float: left;
    }

    .sub_nav_free .ul_nav li {
        float: left;
        padding: 0px 20px 15px 0px;
    }

    .acdsee_banner_free .sub_banner dt {
        font-size: 22px;
    }

    .acdsee_banner_free {
        background: #e8ebeb;
        height: 530px;
    }

}

.sub_nav_free a {
    display: inline;
    margin: 0;
}

.sub_nav_free img.logo {
    display: inline;
    margin-top: 9px;
    margin-bottom: 7px;
}

.sub_nav_free .ul_nav {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    margin-left: 10px;
}

.sub_nav_free .ul_nav li a {
    color: #2c2c30;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

.sub_nav_free .ul_nav li a:hover {
    color: #2f7bcb;
    /*font-weight: bold;*/
}

@media screen and (min-width: 768px) {
    #acdsee_free_header .down {
       float: right;
    }

    .sub_nav_free .ul_nav {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .sub_nav_free .ul_nav {
        float: left;
        margin-left: 0;
    }
}
@media screen and (max-width: 1123px){
    #acdsee_free_header .sub_nav_free .large-4{
        width: 25%;
    }
     #acdsee_free_header .sub_nav_free .large-8{
        width: 75%;
    }
}
@media screen and (max-width: 1023px){
    #acdsee_free_header .down {
        display: none;
    }
}

.acdsee_free_content .row {
    max-width: 100%;
}

.acdsee_free_content .row .products-intro h1.title {
    font-size: 30px;
    font-weight: normal;
    font-family: Microsoft YaHei;
    color: #3b3b3b;
    letter-spacing: 1px;
}

.acdsee_free_content .row .products-intro .content {
    font-size: 14px;
    font-weight: lighter;
    font-family: Microsoft YaHei;
    color: #666;
    letter-spacing: 1px;
}

.acdsee_free_content .row .products-intro {
    padding-left: 10px;
}

@media screen and (min-width: 1371px) {
    .acdsee_free_content .free-products-img img {
        background: #f5f5f5;
    }

    .acdsee_free_content .row .products-intro {
        padding-top: 10%;
        background: #fff;
        max-width: 540px;
        float: right;
        margin-right: 11%;
    }
}

@media screen and (max-width: 1370px) {
    .acdsee_free_content .row .products-intro {
        padding-top: 7%;
        background: #fff;
    }

    .acdsee_free_content .row .products-intro h1.title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1279px){
    .acdsee_free_content .row .products-intro {
        padding-top: 5%;
    }

    .acdsee_free_content .row .products-intro h1.title {
        font-size: 24px;
    }

    .acdsee_free_content .row .products-intro .content {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .acdsee_free_content .free-products-img img {
        min-height: 244px;
    }

    .acdsee_free_content .row .products-intro {
        padding-top: 10px;
    }

    .acdsee_free_content .row .products-intro h1.title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {

    .acdsee_free_content .row .products-intro {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #fff;
    }

    .acdsee_free_content .row .products-intro h1.title {
        font-size: 26px;
    }

    .acdsee_free_content .row .products-intro .content {
        font-size: 14px;
    }
}

.acdsee_free_content #manage,.acdsee_free_content #edit,.acdsee_free_content #new {
    background: #f99827;
}

.acdsee_free_content #manage .row,.acdsee_free_content #edit .row {
    max-width: 1600px;
    margin: 0 auto;
}

.acdsee_free_content #new .row {
    max-width: 1320px;
    margin: 0 auto;
}

.acdsee_free_content #check .row,.acdsee_free_content #share .row {
    max-width: 1360px;
    margin: 0 auto;
}

.acdsee_free_content #manage .row .large-1,
.acdsee_free_content #edit .row .large-1 {
    visibility: hidden;
}

.acdsee_free_content #manage .row .large-2,
.acdsee_free_content #edit .row .large-2 {
    float: left;
    margin-top: 20px;
    text-align: center;
}

.acdsee_free_content #new .row .large-3 {
    margin-top: 40px;
}

.acdsee_free_content #manage,.acdsee_free_content #check,
.acdsee_free_content #edit,.acdsee_free_content #share {
    padding-bottom: 67px;
    padding-top: 67px;
    padding-left: 10px;
    padding-right: 10px;
}

.acdsee_free_content #new {
    text-align: center;
    padding-bottom: 65px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.acdsee_free_content #manage .manage_title,
.acdsee_free_content #edit .edit_title,
.acdsee_free_content #new .new_title {
    font-size: 30px;
    font-weight: normal;
    font-family: Microsoft YaHei;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.acdsee_free_content #check .check_title,.acdsee_free_content #share .share_title {
    font-size: 30px;
    color: #3b3b3b;
    font-weight: normal;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_free_content #check p.marginbot,.acdsee_free_content #share .share_content {
    font-size: 16px;
    font-weight: lighter;
    font-family: Microsoft YaHei;
    color: #666;
    letter-spacing: 1px;
}

.acdsee_free_content #manage h2.title,
.acdsee_free_content #edit h2.title {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_free_content #new h2.title {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.acdsee_free_content #check h2.title,
.acdsee_free_content #share h2.title {
    line-height: 24px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-top: 0;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}


.acdsee_free_content #manage p,
.acdsee_free_content #edit p,
.acdsee_free_content #new p{
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
    font-family: Microsoft YaHei;
    margin: 10px auto;
    letter-spacing: 1px;
    text-align: left;
}

.acdsee_free_content #check p,
.acdsee_free_content #share p {
    line-height: 24px;
    font-size: 14px;
    color: #454545;
    font-weight: normal;
    margin-top: 10px;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_free_content #edit p.content,
.acdsee_free_content #new p.new_content {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    max-width: 100%;
    letter-spacing: 1px;
}

.acdsee_free_content .sub_content {
    padding-top: 50px;
}

.acdsee_free_content #manage,.acdsee_free_content #edit,
.acdsee_free_content #check,.acdsee_free_content #share,
.acdsee_free_content #new,.acdsee_free_content #online {
    display: block;
}

.acdsee_free_content .margintop {
    margin-top: 20px;
}

.acdsee_free_content .marginbot {
    margin-bottom: 20px;
}

.acdsee_free_content .xq_box {
    margin-top: 30px;
    max-width: 1100px;
}

.acdsee_free_content .xq_box dt {
    font-size: 20px;
    color: #565656;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    letter-spacing: 1px;
}

.acdsee_free_content .xq_box .software {
    border-left: 1px #c2c2c2 solid;
    padding-left: 6%;
    padding-right: 0;
}

.acdsee_free_content .xq_box ul {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    font-family: Microsoft YaHei;;
    padding-right: 20px;
}

.acdsee_free_content img.screenshot2 {
    margin-top: 75px;
    margin-left: 25px;
}

.acdsee_free_content img.screenshot3 {
    margin-top: 150px;
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .acdsee_free_content .xq_box .software {
        border-left: none;
        padding-left: 10px;
    }

    .acdsee_free_content img.screenshot2 {
        margin: 0;
    }

    .acdsee_free_content img.screenshot3 {
        margin: 0;
    }
}

.buy_link,.tutorials_link,.support_link {
    color: #2f7bcb;
    font-size: 14px;
    font-family: Microsoft YaHei;
    display: block;
    margin-top: 20px;
}

.buy_link:hover,.tutorials_link:hover,.support_link:hover {
    color: #2f7bcb;
    opacity: 0.9;
}

/*acdsee 20*/
#acdsee_20_header {
    background: rgba(255,255,255,0.8);
    box-shadow: -1px 0 3px 1px #cecece;
}

#acdsee_20_header .selected {
    color: #2f7bcb;
}

#acdsee_20_header .sub_nav_20 {
    max-width: 1320px;
    margin: 0 auto;
}

#acdsee_20_header .down a.try {
    display: block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: #07a4d9;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 17px;
    margin-left: 15px;
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_20_header .down a.buy {
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: #da3434;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 17px;
    margin-left: 10px;
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_20_header .down a.upgrade {
    display: block;
    width: 92px;
    height: 28px;
    line-height: 24px;
    border: 2px solid #da3434;
    font-size: 14px;
    color: #da3434;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin: 17px 0 0 10px; 
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_20_header .down a.try:hover {
    background: #07a4d9;
    opacity: 0.9;
}

#acdsee_20_header .down a.buy:hover {
    opacity: 0.9;
}

#acdsee_20_header .down a.upgrade:hover {
    border: 2px solid #fc6d6d;
    color: #fc6d6d;
}

.acdsee_20_banner .sub_banner {
    max-width: 1340px;
    padding-left: 10px;
    padding-right: 10px;
}

.acdsee_20_banner .sub_banner .large-7 {
    max-width: 445px;
    padding-right: 0;
}

.sub_nav_20 .row {
    max-width: 1330px;
}

.acdsee_20_banner dt {
    color: #E99A23;
    font-size: 24px;
    /*font-weight: lighter;*/
    margin-bottom: 10px;
    margin-left: 10px;
}

.acdsee_20_banner dd {
    max-width: 420px;
    margin-left: 10px;
    line-height: 24px;
}

.acdsee_20_banner .p_down a {
    display: block;
    width: 133px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    margin-left: 10px;
    float: left;
}

.acdsee_20_banner .p_down a.try {
    background: #07a4d9;
}

.acdsee_20_banner .p_down a.buy {
    background: #da3434;
}

.acdsee_20_banner .p_down a.upgrade {
    border: 2px solid #da3434;
    color: #da3434;
    line-height: 36px;
}

.acdsee_20_banner .p_even {
    margin-top: 10px;
    font-size: 16px;
    color: #505050;
    font-family: Microsoft YaHei;
    margin-left: 10px;
}

.acdsee_20_banner .p_down a.try:hover {
    background: #07a4d9;
    opacity: 0.9;
}

.acdsee_20_banner .p_down a.buy:hover {
    background: #da3434;
    opacity: 0.9;
}

.acdsee_20_banner .p_down a.upgrade :hover {
    border: 2px solid #fc6d6d;
    color: #fc6d6d;
}

.acdsee_20_banner .sub_banner .choose_version {
    border-top: 1px solid #c6c6c6;
    padding-top: 20px;
    margin-top: 20px;
    margin-left: 10px;
    max-width: 420px;
}

.acdsee_20_banner .sub_banner .choose_version span {
    color: #838282;
    font-size: 14px;
    margin-right: 15px;
}

.acdsee_20_banner .sub_banner .choose_version a {
    border: 2px solid #c8c8c8;
    width: 160px;
    height: 35px;
    line-height: 31px;
    display: inline-block;
    color: #4d4d4d;
    text-align: center;
}
.acdsee_20_banner .sub_banner .choose_version a#en_version{
    float: right;
}
.acdsee_20_banner .sub_banner .choose_version a.active {
    color: #E99A23;
    border: 2px solid #E99A23;
}

.acdsee_20_banner .sub_banner .choose_version a:hover {
    color: #E99A23;
    border: 2px solid #E99A23;
}

.sub_nav_20 .ul_nav li {
    float: left;
    padding: 0px 0px 15px 30px;
}

.sub_nav_20 a {
    display: inline;
    margin: 0;
}

.sub_nav_20 img.logo {
    display: inline;
    margin-top: 9px;
    margin-bottom: 7px;
}

.sub_nav_20 .ul_nav {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    margin-left: 10px;
}

.sub_nav_20 .ul_nav li a {
    color: #2c2c30;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

.sub_nav_20 .ul_nav li a:hover {
    color: #2f7bcb;
    /*font-weight: bold;*/
}

@media screen and (min-width: 1025px) {
    .acdsee_20_banner .sub_banner {
        padding-top: 50px;
    }

    .acdsee_20_banner .sub_banner .large-5 {
        display: block;
    }

    .acdsee_20_banner {
        background: url('/images/banner.jpg') no-repeat top center;
        height: 427px;
        background-size: cover;
    }

    #acdsee_free_header .down_btns{
        padding-right: 2px;
    }

    #acdsee_20_header .down_btns{
       padding-right: 2px;
    }
    #acdsee_pro_10_header .down_btns{
       padding-right: 2px;
    }

    .acdsee20_banner_text{
        padding-top: 7%;
    }
}

@media screen and (max-width: 1285px){
    #acdsee_20_header .sub_nav_20 .large-4,
    #acdsee_pro_10_header .sub_nav_pro10 .large-4{
        width: 25%;
    }
    #acdsee_20_header .sub_nav_20 .large-8,
    #acdsee_pro_10_header .sub_nav_pro10 .large-8{
        width: 75%;
    }
}
@media screen and (max-width: 1275px){
    #acdsee_ultimate_10_header .sub_nav_ult10 .large-4{
        width: 25%;
    }
     #acdsee_ultimate_10_header .sub_nav_ult10 .large-8{
        width: 75%;
    }
}

@media screen and (max-width: 1152px){
    #acdsee_20_header .down{
        display: none;
    }
    #acdsee_pro_10_header .down{
        display: none;
    }
    #acdsee_ultimate_10_header .down{
        display: none;
    }

}

@media screen and (max-width: 1024px){
    .acdsee_20_banner .sub_banner {
        padding-top: 50px;
    }

    .acdsee_20_banner .sub_banner .large-5 {
        display: block;
        margin-top: 20px;
    }

    .acdsee_20_banner {
        background: url('/images/banner.jpg') no-repeat top center;
        height: 427px;
    }
}

@media screen and (max-width: 850px){
    .acdsee_20_banner .sub_banner {
        padding-top: 30px;
    }

    .acdsee_20_banner .sub_banner .large-5 {
        margin-top: 40px;
    }

    .acdsee_20_banner .p_down a {
        display: block;
        width: 125px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .sub_nav_20 .ul_nav li {
        float: left;
        padding: 0px 0px 15px 30px;
    }

    .acdsee_20_banner {
        background: url('/images/20-PD-Banner.png') no-repeat top center;
        height: 427px;
    }
    .acdsee_20_banner .sub_banner .choose_version a {
        width: 160px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .acdsee_20_banner .sub_banner {
        padding-top: 30px;
    }

    .acdsee_20_banner .sub_banner .large-5 {
        display: none;
    }

    .acdsee_20_banner .sub_banner .large-7 {
        max-width: 100%;
        padding-left: 0;
    }

    .acdsee_20_banner .sub_banner dd {
        max-width: 95%;
    }

    .acdsee_20_banner .p_down a {
        margin-top: 20px;
    }

    .sub_nav_20 .ul_nav{
        padding-top: 10px;
    }

    .sub_nav_20 .ul_nav li {
        float: left;
        padding: 0px 0px 15px 30px;
    }
    .acdsee_20_banner .sub_banner .choose_version {
        margin-bottom: 20px;
    }
    #acdsee_free_header .sub_nav_free .large-4,  
    #acdsee_20_header .sub_nav_20 .large-4,
    #acdsee_pro_10_header .sub_nav_pro10 .large-4,
    #acdsee_ultimate_10_header .sub_nav_ult10 .large-4{
        width: 100%;
    }
     #acdsee_free_header .sub_nav_free .large-8,
    #acdsee_20_header .sub_nav_20 .large-8,
    #acdsee_pro_10_header .sub_nav_pro10 .large-8,
    #acdsee_ultimate_10_header .sub_nav_ult10 .large-8{
        width: 100%;
    }
}

@media screen and (max-width: 620px) and (min-width: 520px) {
    .sub_nav_20 .ul_nav li {
        padding: 0px 0px 15px 25px;
    }

    .sub_nav_20 .ul_nav li:first-child {
        padding: 0px 0px 15px 5px;
    }

    .acdsee_20_banner .sub_banner dt {
        font-size: 22px;
    }

    .acdsee_20_banner .p_down a {
        display: block;
        width: 121px;
        margin-top: 15px;
    }

    .acdsee_20_banner .sub_banner .choose_version a {
        width: 125px;
    }
}

@media screen and (max-width: 519px) {
    .sub_nav_20 .ul_nav{
        padding-top: 10px;
    }
    .sub_nav_20 .ul_nav li {
        padding:  0px 0px 15px 20px;
    }

    .sub_nav_20 .ul_nav li:first-child {
        padding: 0px 0px 15px 5px;
    }

    .acdsee_20_banner .p_down a {
        width: 118px;
        font-size: 16px;
    }

    .acdsee_20_banner .sub_banner .choose_version a {
        width: 135px;
    }
}

@media screen and (max-width: 426px){
    .acdsee_20_banner .p_down a {
        width: 103px;
    }

    .acdsee_20_banner .sub_banner .choose_version a {
        width: 125px;
    }
    .sub_nav_20 .ul_nav li{
        padding-left: 10px;
    }
}


@media screen and (min-width: 768px) {
    #acdsee_20_header .down {
       float: right;
    }

    .sub_nav_20 .ul_nav {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    #acdsee_20_header .down a {
        margin-left: 0;
    }

    .sub_nav_20 .ul_nav {
        float: left;
        margin-left: 0;
    }
}

.acdsee_20_content .row {
    max-width: 100%;
}

.acdsee_20_content #summary .row {
    max-width: 1300px;
}

.acdsee_20_content .row .products-intro h1.title {
    font-size: 30px;
    font-weight: normal;
    font-family: Microsoft YaHei;
    color: #3b3b3b;
    letter-spacing: 1.5px;
}

.acdsee_20_content .row .products-intro .content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666;
    letter-spacing: 1.1px;
    margin-top: 30px;
    line-height: 24px;
}

.acdsee_20_content .acdsee20-products-img {
    margin-bottom: 60px;
}

.acdsee_20_content .acdsee20-products-img img {
    padding: 8% 8% 2% 15%;
}

.acdsee_20_content .acdsee20-products-img span {
    padding-left: 34%;
    text-decoration: underline;
    color: #000;
}

.acdsee_20_content .row .products-intro {
    padding-top: 13%;
    background: #fff;
}

.acdsee_20_content #top,.acdsee_20_content #new,.acdsee_20_content #manage,
.acdsee_20_content #edit,.acdsee_20_content #check,.acdsee_20_content #dashbord,
.acdsee_20_content #more,.acdsee_20_content #sys_need {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}

.acdsee_20_content #top > .row,.acdsee_20_content #new > .row,
.acdsee_20_content #manage > .row,.acdsee_20_content #check > .row,
.acdsee_20_content #edit > .row,.acdsee_20_content #dashbord > .row,
.acdsee_20_content #more > .row,.acdsee_20_content #sys_need > .row {
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    /*margin-left: 15px;
    margin-right: 15px;*/
}
.acdsee_20_content #top > .row, .acdsee_20_content #new > .row, .acdsee_20_content #manage > .row {
    padding-top: 80px;
    padding-bottom: 40px;
}
.acdsee_20_content #summary > .row{
    padding-top: 40px;
}

@media screen and (min-width: 1281px) {
    .acdsee_20_content #top > .row > .large-3,.acdsee_20_content #new > .row > .large-3,
    .acdsee_20_content #manage > .row > .large-3,.acdsee_20_content #check > .row > .large-3,
    .acdsee_20_content #edit > .row > .large-3,.acdsee_20_content #dashbord > .row > .large-3,
    .acdsee_20_content #more > .row > .large-3,.acdsee_20_content #sys_need > .row > .large-3 {
        padding-left: 0;
    }

    .acdsee_20_content #top > .row > .large-9,.acdsee_20_content #new > .row > .large-9,
    .acdsee_20_content #manage > .row > .large-9,.acdsee_20_content #check > .row > .large-9,
    .acdsee_20_content #edit > .row > .large-9,.acdsee_20_content #dashbord > .row > .large-9,
    .acdsee_20_content #more > .row > .large-9,.acdsee_20_content #sys_need > .row > .large-9 {
        padding-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .acdsee_20_content #top > .row > .large-3,.acdsee_20_content #new > .row > .large-3,
    .acdsee_20_content #manage > .row > .large-3,.acdsee_20_content #check > .row > .large-3,
    .acdsee_20_content #edit > .row > .large-3,.acdsee_20_content #dashbord > .row > .large-3,
    .acdsee_20_content #more > .row > .large-3,.acdsee_20_content #sys_need > .row > .large-3 {
        padding-left: 15px;
    }
}
.acdsee_20_content h1.mode_title {
    font-size: 30px;
    color: #3b3b3b;
    font-weight: normal;
    margin-top: 0;
    float: left;
}

.acdsee_20_content #top h2.title,.acdsee_20_content #new h2.title,
.acdsee_20_content #dashbord h2.title,.acdsee_20_content #more h2.title {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 15px;
}

.acdsee_20_content #top p,.acdsee_20_content #new p,
.acdsee_20_content #dashbord p,.acdsee_20_content #more p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 15px;
    max-width: 322px;
    margin-bottom: 45px;
}

h2.sys_need_title {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 45px;
    text-align: center;
}

.acdsee_20_content #new h2.whatsnew,.acdsee_20_content #manage h2.manage_title,
.acdsee_20_content #check h2.view_title,.acdsee_20_content #edit h2.edit_title,
.acdsee_20_content #dashbord h2.dashbord_title,.acdsee_20_content #more h2.more_title,
.acdsee_20_content #sys_need h2.sys_need_title {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 45px;
    float: left;
    text-align: left;
}

.acdsee_20_content #manage,.acdsee_20_content #edit {
    text-align: center;
}

.acdsee_20_content #manage h2.title,.acdsee_20_content #edit h2.title {
    line-height: 20px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
    margin: 20px auto;
    text-align: center;
    letter-spacing: 1px;
    min-height: 40px;
    margin-bottom: 10px;
}

.acdsee_20_content #manage p,.acdsee_20_content #edit p {
    line-height: 20px;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: normal;
    margin: 10px auto;
    text-align: center;
    letter-spacing: 1px;
    text-align: left;
}

.acdsee_20_content #check h2.title {
    line-height: 24px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-top: 0;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_20_content #check p {
    line-height: 24px;
    font-size: 14px;
    color: #454545;
    font-weight: normal;
    margin-top: 10px;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_20_content #sys_need .row {
    border: none;
}

.acdsee_20_content #sys_need {
    padding-bottom: 30px;
}

.acdsee_20_content #sys_need h2.sys_need_title {
    margin-bottom: 30px;
}

.acdsee_20_content #sys_need dt {
    font-size: 20px;
    color: #565656;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
}

.acdsee_20_content #sys_need .hardware {
    padding-right: 20px;
    padding-left: 15px;
}

.acdsee_20_content #sys_need .software {
    padding-left: 50px;
    padding-right: 0;
}

.acdsee_20_content #sys_need ul {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.acdsee_20_content #other_products .row {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}

.acdsee_20_content .sub_content {
    padding-top: 50px;
}

.acdsee_20_content .xq_box {
    margin-top: 30px;
    max-width: 1100px;
}

.acdsee_20_content .xq_box dt {
    font-size: 20px;
    color: #565656;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    letter-spacing: 1px;
}

.acdsee_20_content .xq_box .software {
    border-left: 1px #c2c2c2 solid;
    padding-left: 6%;
    padding-right: 0;
}

.acdsee_20_content .xq_box ul {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    font-family: Microsoft YaHei;;
    padding-right: 20px;
}

.acdsee_20_content img.screenshot2 {
    margin-top: 120px;
    margin-left: 25px;
}

.acdsee_20_content img.screenshot3 {
    margin-top: 150px;
    margin-left: 30px;
}

@media screen and (max-width: 1023px){
    .acdsee_20_content .row .products-intro h1.title,
    .acdsee_20_content h1.mode_title{
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .acdsee_20_content .xq_box .software {
        border-left: none;
        padding-left: 30px;
    }

    .acdsee_20_content img.screenshot2 {
        margin: 0;
    }

    .acdsee_20_content img.screenshot3 {
        margin: 0;
    }
}

/*acdsee pro 10*/
#acdsee_pro_10_header {
    background: rgba(255,255,255,0.8);
    box-shadow: -1px 0 3px 1px #cecece;
}

#acdsee_pro_10_header .selected {
    color: #2f7bcb;
}

#acdsee_pro_10_header .sub_nav_pro10 {
    max-width: 1320px;
    margin: 0 auto;
}

#acdsee_pro_10_header .down a.try {
    display: block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: #07a4d9;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 17px;
    margin-left: 15px;
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_pro_10_header .down a.buy {
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: #da3434;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 17px;
    margin-left: 10px;
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_pro_10_header .down a.upgrade {
    display: block;
    width: 92px;
    height: 28px;
    line-height: 24px;
    border: 2px solid #da3434;
    font-size: 14px;
    color: #da3434;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin: 17px 0 0 10px; 
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_pro_10_header .down a.try:hover {
    background: #07a4d9;
    opacity: 0.9;
}

#acdsee_pro_10_header .down a.buy:hover {
    opacity: 0.9;
}

#acdsee_pro_10_header .down a.upgrade:hover {
    border: 2px solid #fc6d6d;
    color: #fc6d6d;
}

.acdsee_pro_10_banner .sub_banner {
    max-width: 1340px;
    padding-left: 10px;
    padding-right: 10px;
}

.acdsee_pro_10_banner .sub_banner .large-7 {
    max-width: 445px;
    padding-right: 0;
}

.sub_nav_pro10 .row {
    max-width: 1330px;
}

.acdsee_pro_10_banner dt {
    color: #D83838;
    font-size: 24px;
    /*font-weight: lighter;*/
    margin-bottom: 15px;
    margin-left: 10px;
}

.acdsee_pro_10_banner dd {
    max-width: 420px;
    margin-left: 10px;
    line-height: 26px;
    font-size: 14px;
}

.acdsee_pro_10_banner .p_down a {
    display: block;
    width: 133px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    float: left;
}

.acdsee_pro_10_banner .p_down a.try {
    background: #07a4d9;
}

.acdsee_pro_10_banner .p_down a.buy {
    background: #da3434;
}

.acdsee_pro_10_banner .p_down a.upgrade {
    border: 2px solid #da3434;
    color: #da3434;
    line-height: 36px;
}

.acdsee_pro_10_banner .p_even {
    margin-top: 10px;
    font-size: 16px;
    color: #505050;
    font-family: Microsoft YaHei;
    margin-left: 10px;
}

.acdsee_pro_10_banner .p_down a.try:hover {
    background: #07a4d9;
    opacity: 0.9;
}

.acdsee_pro_10_banner .p_down a.buy:hover {
    background: #da3434;
    opacity: 0.9;
}

.acdsee_pro_10_banner .p_down a.upgrade :hover {
    border: 2px solid #fc6d6d;
    color: #fc6d6d;
}

.acdsee_pro_10_banner .sub_banner .choose_version {
    border-top: 1px solid #c6c6c6;
    padding-top: 20px;
    margin-top: 20px;
    margin-left: 10px;
    max-width: 420px;
}

.acdsee_pro_10_banner .sub_banner .choose_version span {
    color: #838282;
    font-size: 14px;
    margin-right: 15px;
}

.acdsee_pro_10_banner .sub_banner .choose_version a {
    border: 2px solid #c8c8c8;
    width: 160px;
    height: 35px;
    line-height: 31px;
    display: inline-block;
    color: #4d4d4d;
    text-align: center;
}
.acdsee_pro_10_banner .sub_banner .choose_version a#en_version{
    float: right;
}
.acdsee_pro_10_banner .sub_banner .choose_version a.active {
    color: #d83838;
    border: 2px solid #d83838;
}

.acdsee_pro_10_banner .sub_banner .choose_version a:hover {
    color: #d83838;
    border: 2px solid #d83838;
}

.sub_nav_pro10 a {
    display: inline;
    margin: 0;
}

.sub_nav_pro10 img.logo {
    display: inline;
    margin-top: 9px;
    margin-bottom: 7px; 
}

.sub_nav_pro10 .ul_nav {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    margin-left: 10px;
}

.sub_nav_pro10 .ul_nav li a {
    color: #2c2c30;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

.sub_nav_pro10 .ul_nav li a:hover {
    color: #2f7bcb;
    /*font-weight: bold;*/
}
.sub_nav_pro10 .ul_nav li {
    float: left;
    padding: 0px 0px 15px 30px;
}

@media screen and (min-width: 1025px) {
    .acdsee_pro_10_banner .sub_banner {
        padding-top: 50px;
    }

    .acdsee_pro_10_banner .sub_banner .large-5 {
        display: block;
    }

    .acdsee_pro_10_banner {
        background: url('/images/Banner.png') no-repeat top center;
        height: 427px;
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {
    .acdsee_pro_10_banner .sub_banner {
        padding-top: 50px;
    }

    .acdsee_pro_10_banner .sub_banner .large-5 {
        display: block;
        margin-top: 20px;
    }

    .acdsee_pro_10_banner {
        background: url('/images/Pro-10-PD-Banner.png') no-repeat top center;
        height: 427px;
    }
}

@media screen and (max-width: 850px) {
    .acdsee_pro_10_banner .sub_banner {
        padding-top: 50px;
    }

    .acdsee_pro_10_banner .sub_banner .large-5 {
        margin-top: 50px;
    }

    .acdsee_pro_10_banner .p_down a {
        display: block;
        width: 131px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .sub_nav_pro10 .ul_nav li {
        float: left;
        padding: 0px 0px 15px 30px;
    }
    .acdsee_pro_10_banner .sub_banner .choose_version a {
        width: 160px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .acdsee_pro_10_banner .sub_banner {
        padding-top: 10px;
    }

    .acdsee_pro_10_banner .sub_banner .large-5 {
        display: none;
    }

    .acdsee_pro_10_banner .sub_banner .large-7 {
        max-width: 100%;
        padding-left: 0;
    }

    .acdsee_pro_10_banner .sub_banner dd {
        max-width: 95%;
    }

    .acdsee_pro_10_banner .p_down a {
        width: 180px;
        margin-top: 20px;
    }
    .sub_nav_pro10 .ul_nav {
        padding-top: 10px;
    }
     .sub_nav_pro10 .ul_nav li {
        padding: 0px 0px 15px 25px;
    }
    .sub_nav_pro10 .ul_nav li:first-child {
        padding: 0px 0px 15px 5px;
    }
}

@media screen and (max-width: 620px) {
    .sub_nav_pro10 .ul_nav li {
        padding: 0px 0px 15px 20px;
    }

    .acdsee_pro_10_banner .sub_banner dd {
        max-width: 100%;
    }

    .acdsee_pro_10_banner .sub_banner dt {
        font-size: 21px;
    }

    .acdsee_pro_10_banner .p_down a {
        width: 150px;
        margin-top: 15px;
    }

    .acdsee_pro_10_banner .sub_banner .choose_version a {
        width: 150px;
    }
}

@media screen and (max-width: 519px) {
    .acdsee_pro_10_banner .p_down a {
        width: 118px;
        font-size: 16px;
    }

    .acdsee_pro_10_banner .sub_banner .choose_version a {
        width: 135px;
    }
}

@media screen and (max-width: 426px) {

    .acdsee_pro_10_banner .p_down a {
        width: 103px;
    }

    .acdsee_pro_10_banner .sub_banner .choose_version a {
        width: 125px;
    }
}


@media screen and (min-width: 768px) {
    #acdsee_pro_10_header .down {
        float: right;
    }
    .sub_nav_pro10 .ul_nav {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .sub_nav_pro10 .ul_nav {
        float: left;
        margin-left: 0;
    }
}

.acdsee_pro_10_content .row {
    max-width: 100%;
}

.acdsee_pro_10_content #summary .row {
    max-width: 1300px;
}

.acdsee_pro_10_content .row .products-intro h1.title {
    font-size: 30px;
    font-weight: normal;
    font-family: Microsoft YaHei;
    color: #3b3b3b;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.acdsee_pro_10_content .row .products-intro .content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666;
    letter-spacing: 1.1px;
    margin-top: 20px;
    line-height: 24px;
}

.acdsee_pro_10_content .row .products-intro {
    padding-left: 10px;
}

.acdsee_pro_10_content .acdseepro10-products-img {
    margin-bottom: 60px;
}

.acdsee_pro_10_content .acdseepro10-products-img img {
    padding: 8% 8% 2% 15%;
}

.acdsee_pro_10_content .acdseepro10-products-img span {
    padding-left: 34%;
    text-decoration: underline;
    color: #000;
}

.acdsee_pro_10_content .row .products-intro {
    padding-top: 10%;
    background: #fff;
    margin-right: 5%;
}

.acdsee_pro_10_content #top,.acdsee_pro_10_content #new,.acdsee_pro_10_content #manage,
.acdsee_pro_10_content #edit,.acdsee_pro_10_content #check,.acdsee_pro_10_content #dashbord,
.acdsee_pro_10_content #more,.acdsee_pro_10_content #sys_need {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}

.acdsee_pro_10_content #top > .row,.acdsee_pro_10_content #new > .row,
.acdsee_pro_10_content #manage > .row,.acdsee_pro_10_content #check > .row,
.acdsee_pro_10_content #edit > .row,.acdsee_pro_10_content #dashbord > .row,
.acdsee_pro_10_content #more > .row,.acdsee_pro_10_content #sys_need > .row {
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    /*margin-left: 15px;
    margin-right: 15px;*/
}

.acdsee_pro_10_content #top > .row, .acdsee_pro_10_content #new > .row, .acdsee_pro_10_content #manage > .row {
    padding-top: 80px;
    padding-bottom: 40px;
}
.acdsee_pro_10_content #summary > .row{
    padding-top: 40px;
}

@media screen and (min-width: 1281px) {
    .acdsee_pro_10_content #top > .row > .large-3,.acdsee_pro_10_content #new > .row > .large-3,
    .acdsee_pro_10_content #manage > .row > .large-3,.acdsee_pro_10_content #check > .row > .large-3,
    .acdsee_pro_10_content #edit > .row > .large-3,.acdsee_pro_10_content #dashbord > .row > .large-3,
    .acdsee_pro_10_content #more > .row > .large-3,.acdsee_pro_10_content #sys_need > .row > .large-3 {
        padding-left: 0;
    }

    .acdsee_pro_10_content #top > .row > .large-9,.acdsee_pro_10_content #new > .row > .large-9,
    .acdsee_pro_10_content #manage > .row > .large-9,.acdsee_pro_10_content #check > .row > .large-9,
    .acdsee_pro_10_content #edit > .row > .large-9,.acdsee_pro_10_content #dashbord > .row > .large-9,
    .acdsee_pro_10_content #more > .row > .large-9,.acdsee_pro_10_content #sys_need > .row > .large-9 {
        padding-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .acdsee_pro_10_content #top > .row > .large-3,.acdsee_pro_10_content #new > .row > .large-3,
    .acdsee_pro_10_content #manage > .row > .large-3,.acdsee_pro_10_content #check > .row > .large-3,
    .acdsee_pro_10_content #edit > .row > .large-3,.acdsee_pro_10_content #dashbord > .row > .large-3,
    .acdsee_pro_10_content #more > .row > .large-3,.acdsee_pro_10_content #sys_need > .row > .large-3 {
        padding-left: 15px;
    }
}
.acdsee_pro_10_content h1.mode_title {
    font-size: 30px;
    color: #3b3b3b;
    font-weight: normal;
    margin-top: 0;
    float: left;
}

.acdsee_pro_10_content #top h2.title,.acdsee_pro_10_content #new h2.title,
.acdsee_pro_10_content #dashbord h2.title,.acdsee_pro_10_content #more h2.title {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 15px;
}

.acdsee_pro_10_content #new h2.title {
    min-height: 55px;
}

.acdsee_pro_10_content #top p,.acdsee_pro_10_content #new p,
.acdsee_pro_10_content #dashbord p,.acdsee_pro_10_content #more p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 15px;
    max-width: 322px;
    margin-bottom: 45px;
}

.acdsee_pro_10_content #new p {
    margin-top: 10px;
}

.acdsee_pro_10_content #new h2.whatsnew,.acdsee_pro_10_content #manage h2.manage_title,
.acdsee_pro_10_content #check h2.view_title,.acdsee_pro_10_content #edit h2.edit_title,
.acdsee_pro_10_content #dashbord h2.dashbord_title,.acdsee_pro_10_content #more h2.more_title,
.acdsee_pro_10_content #sys_need h2.sys_need_title {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 45px;
    float: left;
    text-align: left;
}

.acdsee_pro_10_content #manage,.acdsee_pro_10_content #edit {
    text-align: center;
}

.acdsee_pro_10_content #manage h2.title,.acdsee_pro_10_content #edit h2.title {
    line-height: 20px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
    margin: 20px auto;
    text-align: center;
    letter-spacing: 1px;
    min-height: 40px;
    margin-bottom: 10px;
}

.acdsee_pro_10_content #manage p,.acdsee_pro_10_content #edit p {
    line-height: 20px;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: normal;
    margin: 10px auto;
    text-align: center;
    letter-spacing: 1px;
    text-align: left;
}

.acdsee_pro_10_content #edit h2.title {
    min-height: 48px;
}

.acdsee_pro_10_content #edit p {
    margin-top: 0;
}

.acdsee_pro_10_content #check h2.title {
    line-height: 24px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-top: 0;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_pro_10_content #check p {
    line-height: 24px;
    font-size: 14px;
    color: #454545;
    font-weight: normal;
    margin-top: 10px;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_pro_10_content #sys_need {
    padding-bottom: 30px;
}

.acdsee_pro_10_content #sys_need .row {
    border: none;
}

.acdsee_pro_10_content #sys_need h2.sys_need_title {
    margin-bottom: 30px;
}

.acdsee_pro_10_content #sys_need dt {
    font-size: 20px;
    color: #565656;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
}

.acdsee_pro_10_content #sys_need .hardware {
    padding-right: 20px;
    padding-left: 15px;
}

.acdsee_pro_10_content #sys_need .software {
    padding-left: 50px;
    padding-right: 0;
}

.acdsee_pro_10_content #sys_need ul {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.acdsee_pro_10_content #other_products .row {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
}

.acdsee_pro_10_content .sub_content {
    padding-top: 50px;
}

.acdsee_pro_10_content .xq_box {
    margin-top: 30px;
    max-width: 1110px;
}

.acdsee_pro_10_content .xq_box dt {
    font-size: 20px;
    color: #565656;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    letter-spacing: 1px;
}

.acdsee_pro_10_content .xq_box .software {
    border-left: 1px #c2c2c2 solid;
    padding-right: 0;
    padding-left: 6%;
}

.acdsee_pro_10_content .xq_box ul {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-right: 20px;
}
@media screen and (max-width: 1023px){
    .acdsee_pro_10_content .row .products-intro h1.title,
    .acdsee_pro_10_content h1.mode_title{
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .acdsee_pro_10_content .xq_box .software {
        border-left: none;
        padding-left: 30px;
    }
}

/*acdsee ultimate 10*/
#acdsee_ultimate_10_header {
    background: rgba(255,255,255,0.8);
    box-shadow: -1px 0 3px 1px #cecece;
}

#acdsee_ultimate_10_header .selected {
    color: #2f7bcb;
}

#acdsee_ultimate_10_header .sub_nav_ult10 {
    max-width: 1320px;
    margin: 0 auto;
}

#acdsee_ultimate_10_header .down a.try {
    display: block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: #07a4d9;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 17px;
    margin-left: 15px;
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_ultimate_10_header .down a.buy {
    display: block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: #da3434;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 17px;
    margin-left: 10px;
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_ultimate_10_header .down a.upgrade {
    display: block;
    width: 92px;
    height: 28px;
    line-height: 24px;
    border: 2px solid #da3434;
    font-size: 14px;
    color: #da3434;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin: 17px 0 0 10px; 
    font-family: Microsoft YaHei;
    float: left;
}

#acdsee_ultimate_10_header .down a.try:hover {
    background: #07a4d9;
    opacity: 0.9;
}

#acdsee_ultimate_10_header .down a.buy:hover {
    opacity: 0.9;
}

#acdsee_ultimate_10_header .down a.upgrade:hover {
    border: 2px solid #fc6d6d;
    color: #fc6d6d;
}

.acdsee_ultimate_10_banner .sub_banner {
    max-width: 1340px;
    padding-left: 10px;
    padding-right: 10px;
}

.acdsee_ultimate_10_banner .sub_banner .large-7 {
    max-width: 492px;
    top: -20px;
    padding-right: 0;
}

.sub_nav_ult10 .row {
    max-width: 1330px;
}

.acdsee_ultimate_10_banner dt {
    color: #16518B;
    font-size: 24px;
    /*font-weight: lighter;*/
    margin-bottom: 10px;
    margin-left: 10px;
}

.acdsee_ultimate_10_banner dd {
    margin: 0 10px;
    line-height: 24px;
}

.acdsee_ultimate_10_banner .p_down a {
    display: block;
    width: 142px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    float: left;
}

.acdsee_ultimate_10_banner .p_down a.try {
    background: #07a4d9;
}

.acdsee_ultimate_10_banner .p_down a.buy {
    background: #da3434;
}

.acdsee_ultimate_10_banner .p_down a.upgrade {
    border: 2px solid #da3434;
    color: #da3434;
    line-height: 36px;
}

.acdsee_ultimate_10_banner .p_even {
    margin-top: 10px;
    font-size: 16px;
    color: #505050;
    font-family: Microsoft YaHei;
    margin-left: 10px;
}

.acdsee_ultimate_10_banner .p_down a.try:hover {
    background: #07a4d9;
    opacity: 0.9;
}

.acdsee_ultimate_10_banner .p_down a.buy:hover {
    background: #da3434;
    opacity: 0.9;
}

.acdsee_ultimate_10_banner .p_down a.upgrade :hover {
    border: 2px solid #fc6d6d;
    color: #fc6d6d;
}

.acdsee_ultimate_10_banner .sub_banner .choose_version {
    border-top: 1px solid #c6c6c6;
    padding-top: 20px;
    margin: 15px 10px 0;
    max-width: 445px;
}

.acdsee_ultimate_10_banner .sub_banner .choose_version span {
    color: #838282;
    font-size: 14px;
    margin-right: 15px;
    height: 35px;
    line-height: 35px;
}

.acdsee_ultimate_10_banner .sub_banner .choose_version a {
    border: 2px solid #c8c8c8;
    width: 160px;
    height: 35px;
    line-height: 31px;
    display: inline-block;
    margin-left: 20px;
    color: #4d4d4d;
    text-align: center;
}

.acdsee_ultimate_10_banner .sub_banner .choose_version a#en_version{
    float: right;
}

.acdsee_ultimate_10_banner .sub_banner .choose_version a.active {
    color: #16518b;
    border: 2px solid #16518b;
}

.acdsee_ultimate_10_banner .sub_banner .choose_version a:hover {
    color: #16518b;
    border: 2px solid #16518b;
}

.sub_nav_ult10 a {
    display: inline;
    margin: 0;
}

.sub_nav_ult10 img.logo {
    display: inline;
    margin-top: 9px;
    margin-bottom: 7px; 
}

.sub_nav_ult10 .ul_nav {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    margin-left: 10px;
}

.sub_nav_ult10 .ul_nav li a {
    color: #2c2c30;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

.sub_nav_ult10 .ul_nav li a:hover {
    color: #2f7bcb;
    /*font-weight: bold;*/
}

.sub_nav_ult10 .ul_nav li {
    float: left;
    padding: 0px 0px 15px 20px;
}


@media screen and (min-width: 1025px) {
    .acdsee_ultimate_10_banner .sub_banner {
        padding-top: 50px;
    }

    .acdsee_ultimate_10_banner .sub_banner .large-5 {
        display: block;
    }

    .acdsee_ultimate_10_banner {
        background: url('https://res.acdsee.cn/images/products/acdsee_ultimate_10/Banner.jpg') no-repeat top center;
        height: 425px;
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {
    .acdsee_ultimate_10_banner .sub_banner {
        padding-top: 50px;
    }

    .acdsee_ultimate_10_banner .sub_banner .large-5 {
        display: block;
        margin-top: 20px;
    }

    .acdsee_ultimate_10_banner {
        background: url('https://res.acdsee.cn/images/products/acdsee_ultimate_10/Ultimate-10-PD-Banner.png') no-repeat top center;
        height: 425px;
    }

    .sub_nav_ult10 .ul_nav li {
        float: left;
        padding: 0px 0px 15px 30px;
    }
}

@media screen and (max-width: 850px){
    .acdsee_ultimate_10_banner .sub_banner {
        padding-top: 30px;
    }

    .acdsee_ultimate_10_banner .p_down a {
        display: block;
        width: 128px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-right: 0;
    }

    .sub_nav_ult10 .ul_nav li {
        padding: 0px 0px 15px 25px;
    }

    .acdsee_ultimate_10_banner .sub_banner .choose_version a {
        width: 160px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px){
    .sub_nav_ult10 .ul_nav{
        padding-top: 10px;
    }

    .acdsee_ultimate_10_banner .sub_banner {
        padding-top: 10px;
    }

    .acdsee_ultimate_10_banner .sub_banner .large-5 {
        display: none;
    }

    .acdsee_ultimate_10_banner .sub_banner .large-7 {
        max-width: 100%;
        padding-left: 0;
    }

    .acdsee_ultimate_10_banner .sub_banner dd {
        max-width: 95%;
    }

    .acdsee_ultimate_10_banner .p_down a {
        width: 180px;
        margin-top: 20px;
    }

    .acdsee_ultimate_10_banner .sub_banner .large-7 {
        top: 20px;
    }

    .acdsee_ultimate_10_banner {
        background: url('/images/Ultimate-10-PD-Banner.png') no-repeat top center;
        height: 485px;
        background-size: cover;
    }
}

@media screen and (max-width: 606px) {
    .sub_nav_ult10 .ul_nav li {
        padding: 0px 17px 15px 0px;
    }

    .acdsee_ultimate_10_banner .sub_banner {
        padding-top: 10px;
    }

    .acdsee_ultimate_10_banner .sub_banner dd {
        max-width: 100%;
        font-size: 13px;
    }

    .acdsee_ultimate_10_banner .sub_banner dt {
        font-size: 20px;
    }

    .acdsee_ultimate_10_banner .p_down a {
        width: 150px;
        margin-top: 15px;
    }

    .acdsee_ultimate_10_banner .sub_banner .choose_version a {
        width: 150px;
    }

    .acdsee_ultimate_10_banner .sub_banner .large-7 {
        top: 0;
    }
}

@media screen and (max-width: 520px) {
    .sub_nav_ult10 .ul_nav{
        padding-top: 5px;
    }
    .acdsee_ultimate_10_banner .sub_banner {
        padding-top: 10px !important;
    }

    .acdsee_ultimate_10_banner .p_down a {
        width: 118px;
        font-size: 16px;
    }

    .acdsee_ultimate_10_banner .sub_banner .choose_version a {
        width: 135px;
        margin-left: 10px;
    }

    .acdsee_ultimate_10_banner .sub_banner .choose_version{
        margin-top: 10px;
        padding-top: 15px;
    }
}


@media screen and (max-width: 426px) {
    .acdsee_ultimate_10_banner .p_down a {
        width: 103px;
    }

    .acdsee_ultimate_10_banner .sub_banner .choose_version a {
        width: 125px;
    }
}

@media screen and (max-width: 375px) {
    .sub_nav_ult10 .ul_nav li{
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .sub_nav_ult10 img.logo{
        margin-bottom: 0;
    }
    .acdsee_ultimate_10_banner .sub_banner{
        padding-left: 0;
        padding-right: 0;
    }
    .acdsee_ultimate_10_banner .sub_banner .choose_version a{
        width: 35%;
    }

    .acdsee_ultimate_10_banner .p_down a{
        width: 29%;
        font-size: 14px;
    }

    .acdsee_ultimate_10_banner {
        height: 475px;
        background-size: cover;
    }

    .acdsee_ultimate_10_content .row .products-intro h1.title{
        font-size: 26px;
    }
    .acdsee_ultimate_10_content h1.mode_title{
        font-size: 26px;
    }
    .acdsee_ultimate_10_banner .sub_banner .choose_version a{
        margin-left: 0;
    }

    .acdsee_ultimate_10_content #top > .row > .large-9, .acdsee_ultimate_10_content #new > .row > .large-9, 
    .acdsee_ultimate_10_content #manage > .row > .large-9, .acdsee_ultimate_10_content #check > .row > .large-9, 
    .acdsee_ultimate_10_content #edit > .row > .large-9, .acdsee_ultimate_10_content #dashbord > .row > .large-9, 
    .acdsee_ultimate_10_content #more > .row > .large-9,.acdsee_ultimate_10_content #sys_need > .row > .large-9, 
    .acdsee_ultimate_10_content #layer > .row > .large-9{
        padding: 0;
    }
    .sub_nav_pro10 .ul_nav li{
        padding: 0px 0 10px 12px;
    }
    .sub_nav_pro10 .ul_nav li:first-child{
        padding-bottom: 10px;
        padding-left: 0;
    }
    .sub_nav_pro10 .ul_nav li:last-child{
        padding-right: 0 !important;
    }

    .sub_nav_pro10 img.logo{
        margin-bottom: 0;
    }
    .acdsee_pro_10_banner .sub_banner .choose_version a{
        width: 35%;
    }

    .acdsee_pro_10_banner .p_down a{
        width: 29%;
        font-size: 14px;
    }
    
    .acdsee_pro_10_banner .sub_banner{
        padding-left: 0;
    }

    .acdsee_pro_10_content .row .products-intro h1.title{
        font-size: 26px;
    }
    .acdsee_pro_10_content h1.mode_title{
        font-size: 26px;
    }

    .acdsee_pro_10_content #top > .row > .large-9, .acdsee_pro_10_content #new > .row > .large-9, 
    .acdsee_pro_10_content #manage > .row > .large-9, .acdsee_pro_10_content #check > .row > .large-9, 
    .acdsee_pro_10_content #edit > .row > .large-9, .acdsee_pro_10_content #dashbord > .row > .large-9, 
    .acdsee_pro_10_content #more > .row > .large-9,.acdsee_pro_10_content #sys_need > .row > .large-9, 
    .acdsee_pro_10_content #layer > .row > .large-9{
        padding: 0;
    }

    .sub_nav_20 .ul_nav li{
        padding: 0px 0 10px 12px;
    }
    .sub_nav_20 .ul_nav li:first-child{
        padding-bottom: 10px;
        padding-left: 0;
    }
    .sub_nav_20 .ul_nav li:last-child{
        padding-right: 0 !important;
    }

    .sub_nav_20 img.logo{
        margin-bottom: 0;
    }
    .acdsee_20_banner .sub_banner .choose_version a{
        width: 35%;
    }

    .acdsee_20_banner .p_down a{
        width: 29%;
        font-size: 14px;
    }
    .acdsee_20_banner .sub_banner{
        padding-left: 0;
    }

    .acdsee_20_content .row .products-intro h1.title{
        font-size: 26px;
    }
    .acdsee_20_content h1.mode_title{
        font-size: 26px;
    }

    .acdsee_20_content #top > .row > .large-9, .acdsee_20_content #new > .row > .large-9, 
    .acdsee_20_content #manage > .row > .large-9, .acdsee_20_content #check > .row > .large-9, 
    .acdsee_20_content #edit > .row > .large-9, .acdsee_20_content #dashbord > .row > .large-9, 
    .acdsee_20_content #more > .row > .large-9,.acdsee_20_content #sys_need > .row > .large-9, 
    .acdsee_20_content #layer > .row > .large-9{
        padding: 0;
    }
    .acdsee_20_content #sys_need .software{
        padding-left: 30px;
    }

    .sub_nav_free .ul_nav li{
        padding-right: 15px;
    }
    .acdsee_banner_free .sub_banner{
        padding-left: 0;
        padding-right: 0;
    }
    .acdsee_banner_free .p_even{
        font-size: 15px;
    }
    .acdsee_free_content #manage, .acdsee_free_content #check, .acdsee_free_content #edit, .acdsee_free_content #share{
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 0;
        padding-right: 0;
    }
    .acdsee_free_content .xq_box .software{
        padding-left: 30px;
    }

}
@media screen and (max-width: 320px){
    .sub_nav_20 .ul_nav li,.sub_nav_pro10 .ul_nav li{
        padding: 0px 0 10px 10px;
    }
}


@media screen and (min-width: 768px) {
    #acdsee_ultimate_10_header .down {
        float: right;
    }

    .sub_nav_ult10 .ul_nav {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .sub_nav_ult10 .ul_nav {
        float: left;
        margin-left: 0;
    }
}

.acdsee_ultimate_10_content .row {
    max-width: 100%;
}

.acdsee_ultimate_10_content #summary .row {
    max-width: 1300px;
}

.acdsee_ultimate_10_content .row .products-intro h1.title {
    font-size: 30px;
    font-weight: normal;
    font-family: Microsoft YaHei;
    color: #3b3b3b;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.acdsee_ultimate_10_content .row .products-intro .content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666;
    letter-spacing: 1.1px;
    margin-top: 20px;
    line-height: 24px;
}

.acdsee_ultimate_10_content .row .products-intro {
    padding-left: 10px;
}

.acdsee_ultimate_10_content .acdseeultimate10-products-img {
    margin-bottom: 60px;
}

.acdsee_ultimate_10_content .acdseeultimate10-products-img img {
    padding: 8% 8% 2% 15%;
}

.acdsee_ultimate_10_content .acdseeultimate10-products-img span {
    padding-left: 34%;
    text-decoration: underline;
    color: #000;
}

.acdsee_ultimate_10_content .row .products-intro {
    padding-top: 10%;
    background: #fff;
    margin-right: 5%;
}

.acdsee_ultimate_10_content #top,.acdsee_ultimate_10_content #new,.acdsee_ultimate_10_content #manage,
.acdsee_ultimate_10_content #edit,.acdsee_ultimate_10_content #check,.acdsee_ultimate_10_content #dashbord,
.acdsee_ultimate_10_content #more,.acdsee_ultimate_10_content #layer,.acdsee_ultimate_10_content #sys_need {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}

.acdsee_ultimate_10_content #top > .row,.acdsee_ultimate_10_content #new > .row,
.acdsee_ultimate_10_content #manage > .row,.acdsee_ultimate_10_content #check > .row,
.acdsee_ultimate_10_content #edit > .row,.acdsee_ultimate_10_content #dashbord > .row,
.acdsee_ultimate_10_content #more > .row,.acdsee_ultimate_10_content #sys_need > .row,
.acdsee_ultimate_10_content #layer > .row {
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    /*margin-left: 15px;
    margin-right: 15px;*/
}

.acdsee_ultimate_10_content #top > .row, .acdsee_ultimate_10_content #new > .row,
 .acdsee_ultimate_10_content #manage > .row, .acdsee_ultimate_10_content #layer > .row {
    padding-top: 80px;
    padding-bottom: 40px;
}
.acdsee_ultimate_10_content #summary > .row{
    padding-top: 40px;
}

@media screen and (min-width: 1281px) {
    .acdsee_ultimate_10_content #top > .row > .large-3,.acdsee_ultimate_10_content #new > .row > .large-3,
    .acdsee_ultimate_10_content #manage > .row > .large-3,.acdsee_ultimate_10_content #check > .row > .large-3,
    .acdsee_ultimate_10_content #edit > .row > .large-3,.acdsee_ultimate_10_content #dashbord > .row > .large-3,
    .acdsee_ultimate_10_content #more > .row > .large-3,.acdsee_ultimate_10_content #sys_need > .row > .large-3,
    .acdsee_ultimate_10_content #layer > .row > .large-3 {
        padding-left: 0;
    }

    .acdsee_ultimate_10_content #top > .row > .large-9,.acdsee_ultimate_10_content #new > .row > .large-9,
    .acdsee_ultimate_10_content #manage > .row > .large-9,.acdsee_ultimate_10_content #check > .row > .large-9,
    .acdsee_ultimate_10_content #edit > .row > .large-9,.acdsee_ultimate_10_content #dashbord > .row > .large-9,
    .acdsee_ultimate_10_content #more > .row > .large-9,.acdsee_ultimate_10_content #sys_need > .row > .large-9,
    .acdsee_ultimate_10_content #layer > .row > .large-9 {
        padding-right: 0;
    }
}
@media screen and (max-width: 1280px) {
    .acdsee_ultimate_10_content #top > .row > .large-3,.acdsee_ultimate_10_content #new > .row > .large-3,
    .acdsee_ultimate_10_content #manage > .row > .large-3,.acdsee_ultimate_10_content #check > .row > .large-3,
    .acdsee_ultimate_10_content #edit > .row > .large-3,.acdsee_ultimate_10_content #dashbord > .row > .large-3,
    .acdsee_ultimate_10_content #more > .row > .large-3,.acdsee_ultimate_10_content #sys_need > .row > .large-3,
    .acdsee_ultimate_10_content #layer > .row > .large-3 {
        padding-left: 15px;
    }
}

.acdsee_ultimate_10_content h1.mode_title {
    font-size: 30px;
    color: #3b3b3b;
    font-weight: normal;
    margin-top: 0;
    float: left;
}

.acdsee_ultimate_10_content #top h2.title,.acdsee_ultimate_10_content #layer h2.title,
.acdsee_ultimate_10_content #dashbord h2.title,.acdsee_ultimate_10_content #more h2.title {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 15px;
}

.acdsee_ultimate_10_content #top p,.acdsee_ultimate_10_content #layer p,
.acdsee_ultimate_10_content #dashbord p,.acdsee_ultimate_10_content #more p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 15px;
    max-width: 322px;
    margin-bottom: 45px;
}

.acdsee_ultimate_10_content #layer h2.layer_title,.acdsee_ultimate_10_content #manage h2.manage_title,
.acdsee_ultimate_10_content #check h2.view_title,.acdsee_ultimate_10_content #edit h2.edit_title,
.acdsee_ultimate_10_content #dashbord h2.dashbord_title,.acdsee_ultimate_10_content #more h2.more_title,
.acdsee_ultimate_10_content #new h2.whatsnew,.acdsee_ultimate_10_content #sys_need h2.sys_need_title {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 45px;
    float: left;
    text-align: left;
}

.acdsee_ultimate_10_content #manage,.acdsee_ultimate_10_content #edit {
    text-align: center;
}

.acdsee_ultimate_10_content #manage h2.title,.acdsee_ultimate_10_content #edit h2.title {
    line-height: 20px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
    margin: 20px auto;
    text-align: center;
    letter-spacing: 1px;
    min-height: 40px;
    margin-bottom: 10px;
}

.acdsee_ultimate_10_content #edit h2.title {
    min-height: 60px;
    margin-bottom: 5px;
}

.acdsee_ultimate_10_content #edit h2.title span {
    font-size: 16px;
}

.acdsee_ultimate_10_content #manage p,.acdsee_ultimate_10_content #edit p {
    line-height: 20px;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: normal;
    margin: 10px auto;
    text-align: center;
    letter-spacing: 1px;
    text-align: left;
}

.acdsee_ultimate_10_content #edit p {
    margin-top: 0;
}

.acdsee_ultimate_10_content #check h2.title,
.acdsee_ultimate_10_content #new h2.title {
    line-height: 24px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-top: 0;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_ultimate_10_content #check p,.acdsee_ultimate_10_content #new p {
    line-height: 24px;
    font-size: 14px;
    color: #454545;
    font-weight: normal;
    margin-top: 10px;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_ultimate_10_content #sys_need {
    padding-bottom: 30px;
}

.acdsee_ultimate_10_content #sys_need .row {
    border: none;
}

.acdsee_ultimate_10_content #sys_need h2.sys_need_title {
    margin-bottom: 30px;
}

.acdsee_ultimate_10_content #sys_need dt {
    font-size: 20px;
    color: #565656;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
}

.acdsee_ultimate_10_content #sys_need .hardware {
    padding-left: 15px;
    padding-right: 20px;
}

.acdsee_ultimate_10_content #sys_need .software {
    padding-left: 50px;
    padding-right: 0;
}
@media screen and (max-width: 1023px){
    .acdsee_ultimate_10_content .row .products-intro h1.title,
    .acdsee_ultimate_10_content h1.mode_title{
        font-size: 26px;
    }
}
@media screen and (max-width: 767px)  {
    .acdsee_ultimate_10_content .acdseeultimate10-products-img{
        text-align: center;
    }
    .acdsee_ultimate_10_content .acdseeultimate10-products-img img {
        padding: 8% 2%;
    }
    .acdsee_ultimate_10_content .acdseeultimate10-products-img span{
        padding-left: 0;
    }
    .acdsee_pro_10_content .acdseepro10-products-img{
        text-align: center;
    }
    .acdsee_pro_10_content .acdseepro10-products-img img {
        padding: 8% 2%;
    }
    .acdsee_pro_10_content .acdseepro10-products-img span{
        padding-left: 0;
    }
    .acdsee_20_content .acdsee20-products-img{
        text-align: center;
    }
    .acdsee_20_content .acdsee20-products-img img {
        padding: 8% 2%;
    }
    .acdsee_20_content .acdsee20-products-img span{
        padding-left: 0;
    }
}

.acdsee_ultimate_10_content #sys_need ul {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.acdsee_ultimate_10_content #other_products .row {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
}

.acdsee_ultimate_10_content .sub_content {
    padding-top: 50px;
}

.acdsee_ultimate_10_content .acdsee_cpdj {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.acdsee_ultimate_10_content .acdsee_cpdj h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #3b3b3b;
    padding-top: 60px;
    font-family: Microsoft YaHei;
    letter-spacing: 1px;
}

.acdsee_ultimate_10_content .acdsee_cpdj .acdsee_ultimate_10_footer1 {
    padding-bottom: 80px;
    background: #ededed;
    margin: 0;
}

.acdsee_ultimate_10_content .acdsee_cpdj .acdsee_ultimate_10_footer2 {
    /*background: #f5f5f5;*/
    padding-bottom: 60px;
    margin: 0;
}

.acdsee_ultimate_10_content .acdsee_cpdj .acdsee_ultimate_10_footer2 .row {
    max-width: 1420px;
    text-align: center;
    margin: 0 auto;
}

.acdsee_ultimate_10_content .product_1.large-3 {
    margin-top: 30px;
    text-align: center;
    width: 20%;
}

.acdsee_ultimate_10_content .product_1 img {
    height: auto;
    margin: 10px auto;
}

.acdsee_ultimate_10_content .product_1 .columns {
    padding: 0px;
}

.acdsee_ultimate_10_content .product_1 .p1_text {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .acdsee_ultimate_10_content .product_1 .p1_text {
        min-height: 61px;
    }
}

.acdsee_ultimate_10_content .product_1 .p1_text b {
    font-size: 17px;
    color: #414141;
    line-height: 30px;
    font-weight: normal;
}

.acdsee_ultimate_10_content .product_1 .p1_text .text {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
}

.acdsee_ultimate_10_content .product_1 .p_down a {
    display: block;
    width: 194px;
    height: 45px;
    background: #07a4d9;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin: 20px auto;
    border-radius: 5px;
}

.acdsee_ultimate_10_content .product_1 .p_down a:hover {
    background: #07a4d9;
    opacity: 0.9;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .acdsee_ultimate_10_content .product_1 .p1_text b {
        font-size: 17px;
    }

    .acdsee_ultimate_10_content .product_1 .p1_text .text {
        line-height: 24px;
        min-height: 48px;
    }

    .acdsee_ultimate_10_content .product_1 .p1_text .text_b {
        min-height: 30px;
    }
}

@media screen and (max-width: 1439.98px) and (min-width: 954px){
    .acdsee_ultimate_10_content .show-for-large {
        display: block !important;
    }
}

@media screen and (max-width: 953.98px){
    .acdsee_ultimate_10_content .product_1.large-3 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 567.98px){
    .acdsee_ultimate_10_content .product_1.large-3 {
        width: 100%;
        float: left;
    }
}

.acdsee_ultimate_10_content .xq_box {
    margin-top: 30px;
    max-width: 1000px;
}

.acdsee_ultimate_10_content .xq_box dt {
    font-size: 20px;
    color: #565656;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    letter-spacing: 1px;
}

.acdsee_ultimate_10_content .xq_box .software {
    border-left: 1px #c2c2c2 solid;
    padding-right: 0;
    padding-left: 10%;
}

.acdsee_ultimate_10_content .xq_box ul {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    font-family: Microsoft YaHei;;
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .acdsee_ultimate_10_content img.screenshot2 {
        margin-top: 200px;
        margin-left: 20px;
    }

    .acdsee_ultimate_10_content img.screenshot3 {
        margin-top: 200px;
        margin-left: 20px;
    }

    .acdsee_ultimate_10_content img.screenshot4 {
        margin-top: 300px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .acdsee_ultimate_10_content .xq_box .software {
        border-left: none;
        padding-left: 30px;
    }

    .acdsee_ultimate_10_content img.screenshot2 {
        margin-top: 100px;
        margin-left: 10px;
    }

    .acdsee_ultimate_10_content img.screenshot3 {
        margin-top: 100px;
        margin-left: 10px;
    }

    .acdsee_ultimate_10_content img.screenshot4 {
        margin-top: 100px;
        margin-left: 10px;
    }
}






#other_products {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.regular {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.regular .product_img {
    margin-bottom: 30px;
}

.regular .product_img a {
    display: block;
}

.regular p.title {
    color: #3b3b3b;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.regular p.info {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.regular .buy,.regular .download {
    display: inline;
}

.regular .buy a {
    padding: 10px 25px;
    background: #d93335;
    color: #fff;
}

.regular .download a {
    background: #08a5d8;
    padding: 10px 25px;
    color: #fff;
}

.regular .buy a:hover,.regular .download a:hover {
    opacity: 0.9;
}

.regular .flex-direction-nav {
    margin: 0px !important;
    display: block;
}

.regular .flex-direction-nav .flex-prev {
    background: url('/images/left_disable.png') no-repeat scroll 0 0;
    height: 26px;
    left: 3%;
    position: absolute;
    text-indent: -9999px;
    top: 47%;
    width: 20px;
    z-index: 1;
}

.regular .flex-direction-nav .flex-next {
    background: url('/images/right_disable.png') no-repeat scroll 0 0;
    height: 26px;
    right: 3%;
    position: absolute;
    text-indent: -9999px;
    top: 47%;
    width: 20px;
    z-index: 1;
}

.regular .flex-control-nav li {
    display: none;
}

.regular .row {
    width: 90%;
}

.regular .large-4 > div {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    padding: 50px 20px;
}

.products_foot {
    background: #f5f5f5;
}

p.query_os {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: Microsoft YaHei;
    margin-bottom: 0;
}

.row.os {
    padding: 0;
}

.row.os > .large-12 {
    padding-left: 0;
}

.button.disabled, .button[disabled], button.disabled, button[disabled]{
    background: #888;
    border-color: #888;
}

.btn-submit-on.disabled, .btn-submit-on[disabled]{
    background: #888;
    border-color: #888;
}

@media screen and (min-height: 34em) and (min-width: 767px){
    #acdsee_free_header.topFixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #fff;
        box-shadow: -1px 0 3px 1px #cecece;
        overflow: auto;
    }
    #acdsee_20_header.topFixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #fff;
        box-shadow: -1px 0 3px 1px #cecece;
        overflow: auto;
    }

    #acdsee_pro_10_header.topFixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #fff;
        box-shadow: -1px 0 3px 1px #cecece;
        overflow: auto;
    }

    #acdsee_ultimate_10_header.topFixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #fff;
        box-shadow: -1px 0 3px 1px #cecece;
        overflow: auto;
    }
}






@media screen and (max-width: 374px) {
    .acdsee_ultimate_10_content #top p, .acdsee_ultimate_10_content #layer p, 
    .acdsee_ultimate_10_content #dashbord p, .acdsee_ultimate_10_content #more p{
        margin-bottom: 50px;
    }
    .acdsee_ultimate_10_content #top h2.title, .acdsee_ultimate_10_content #layer h2.title, 
    .acdsee_ultimate_10_content #dashbord h2.title, .acdsee_ultimate_10_content #more h2.title{
        margin-top: 15px;
    }
    .acdsee_ultimate_10_content #top > .row > .large-9, .acdsee_ultimate_10_content #new > .row > .large-9, 
    .acdsee_ultimate_10_content #manage > .row > .large-9, .acdsee_ultimate_10_content #check > .row > .large-9, 
    .acdsee_ultimate_10_content #edit > .row > .large-9, .acdsee_ultimate_10_content #dashbord > .row > .large-9, 
    .acdsee_ultimate_10_content #more > .row > .large-9,.acdsee_ultimate_10_content #sys_need > .row > .large-9, 
    .acdsee_ultimate_10_content #layer > .row > .large-9{
        padding: 0;
    }
}



/* 4k */
@media screen and (min-width: 1921px){
    .acdsee_ultimate_10_banner .sub_banner,.acdsee_pro_10_banner .sub_banner,
    .acdsee_20_banner .sub_banner,.acdsee_banner_free .sub_banner{
        max-width: 1600px;
    }
    #acdsee_ultimate_10_header .sub_nav_ult10,#acdsee_pro_10_header .sub_nav_pro10,
    #acdsee_20_header .sub_nav_20,#acdsee_free_header .sub_nav_free{
        max-width: 1600px;
    }
    .sub_nav_ult10 .row,.sub_nav_pro10 .row,.sub_nav_20 .row,.sub_nav_free .row{
        max-width: 1580px;
    }
    .acdsee_ultimate_10_banner .sub_banner .choose_version a{
        margin-left: 18px;
    }
    .acdsee_ultimate_10_content #summary >.row,.acdsee_pro_10_content #summary > .row,.acdsee_20_content #summary > .row{
        max-width: 1600px;
    }
    .acdsee_ultimate_10_content #top, .acdsee_ultimate_10_content #new, 
    .acdsee_ultimate_10_content #manage, .acdsee_ultimate_10_content #edit, 
    .acdsee_ultimate_10_content #check, .acdsee_ultimate_10_content #dashbord, 
    .acdsee_ultimate_10_content #more, .acdsee_ultimate_10_content #layer, 
    .acdsee_ultimate_10_content #sys_need{
        max-width: 1600px;
    }
    .acdsee_pro_10_content #top, .acdsee_pro_10_content #new,
    .acdsee_pro_10_content #manage, .acdsee_pro_10_content #edit,
    .acdsee_pro_10_content #check, .acdsee_pro_10_content #dashbord,
    .acdsee_pro_10_content #more, .acdsee_pro_10_content #sys_need{
        max-width: 1600px;
    }
    .acdsee_20_content #top, .acdsee_20_content #new, 
    .acdsee_20_content #manage, .acdsee_20_content #edit, 
    .acdsee_20_content #check, .acdsee_20_content #dashbord, 
    .acdsee_20_content #more, .acdsee_20_content #sys_need{
        max-width: 1600px;
    }
    .acdsee_banner_free .p_down a{
        margin-top: 0;
    }
    .acdsee_banner_free .sub_banner{
        padding-top: 30px;
    }
    .acdsee_free_content .free-products-img img{
        width: 100%;
    }
    .acdsee_free_content #manage .row, .acdsee_free_content #edit .row{
        max-width: 1920px;
    }
    .acdsee_free_content #check .row, .acdsee_free_content #share .row{
        max-width: 1600px;
    }
    .acdsee_free_content #new .row{
        max-width: 1600px;
    }
    .acdsee_free_content .xq_box{
        max-width: 1450px;
    }
}

